Earlier this year
-
r112
(Pass --no-print-directory to GNU make.
) committed by david.l.cantrell
- Pass --no-print-directory to GNU make.
Pass --no-print-directory to GNU make.
-
-
r110
(Added pexpect, a Python expect-like thing since I can't figu...) committed by david.l.cantrell
- Added pexpect, a Python expect-like thing since I can't figure out how to get regular expect to
actually do anything.
Added pexpect, a Python expect-like thing since I can't figure out how to get regular expect to
actually do anything.
-
r109
(scripts/ renamed to package-tools/
) committed by david.l.cantrell
- scripts/ renamed to package-tools/
scripts/ renamed to package-tools/
Older
-
r108
(Correct _sortByLength() so that the plist properties are sor...) committed by david.l.cantrell
- Correct _sortByLength() so that the plist properties are sorted correctly.
Correct _sortByLength() so that the plist properties are sorted correctly.
-
-
r106
(Two changes to the frontend tools:
1) Use '/usr/bin/env pyt...) committed by david.l.cantrell
- Two changes to the frontend tools:
1) Use '/usr/bin/env python -tt' for the interpreter.
2) Put newlines at the end of usage screen lines and make
sure we're using sys.stdout.write() rather than print.
Two changes to the frontend tools:
1) Use '/usr/bin/env python -tt' for the interpreter.
2) Put newlines at the end of usage screen lines and make
sure we're using sys.stdout.write() rather than print.
-
r105
(Initial version of the package-tools, with receiptlib Python...) committed by david.l.cantrell
- Initial version of the package-tools, with receiptlib Python module.
Initial version of the package-tools, with receiptlib Python module.
-
r104
(Remove code that skips over brew since that's no longer a pa...) committed by david.l.cantrell
- Remove code that skips over brew since that's no longer a package.
Remove code that skips over brew since that's no longer a package.
-
r103
(The brew command is now a wrapper around koji.
) committed by david.l.cantrell
- The brew command is now a wrapper around koji.
The brew command is now a wrapper around koji.
-
r102
(Removed aspell, links, mutt, lbdb, cyrus-sasl, and gdbm sinc...) committed by david.l.cantrell
- Removed aspell, links, mutt, lbdb, cyrus-sasl, and gdbm since I am using Thunderbird for email now.
Removed aspell, links, mutt, lbdb, cyrus-sasl, and gdbm since I am using Thunderbird for email now.
-
r101
(Added the lspkg command which lists all installed packages o...) committed by david.l.cantrell
- Added the lspkg command which lists all installed packages on the system, information about them,
and their file lists.
Added the lspkg command which lists all installed packages on the system, information about them,
and their file lists.
-
r100
(Remove extra slash in the download URL for links.
) committed by david.l.cantrell
- Remove extra slash in the download URL for links.
Remove extra slash in the download URL for links.
-
-
r98
(Print project URL on its own line.
) committed by david.l.cantrell
- Print project URL on its own line.
Print project URL on its own line.
-
r97
(Remove libgsasl and msmtp because the development branch of ...) committed by david.l.cantrell
- Remove libgsasl and msmtp because the development branch of mutt includes built in SMTP support, so
there is no need for an external SMTP client.
Remove libgsasl and msmtp because the development branch of mutt includes built in SMTP support, so
there is no need for an external SMTP client.
-
r96
(Remove pkgconfig files in the scrub target.
) committed by david.l.cantrell
- Remove pkgconfig files in the scrub target.
Remove pkgconfig files in the scrub target.
-
r95
(Add msmtp, an SMTP client program that can fill in for sendm...) committed by david.l.cantrell
- Add msmtp, an SMTP client program that can fill in for sendmail or postfix for outgoing mail
purposes.
Add msmtp, an SMTP client program that can fill in for sendmail or postfix for outgoing mail
purposes.
-
r94
(Add libgsasl, necessary for msmtp.
) committed by david.l.cantrell
- Add libgsasl, necessary for msmtp.
Add libgsasl, necessary for msmtp.
-
r93
(Remove comment since we have gdbm now.
) committed by david.l.cantrell
- Remove comment since we have gdbm now.
Remove comment since we have gdbm now.
-
r92
(Add the Little Brother Database, which is some sort of mirac...) committed by david.l.cantrell
- Add the Little Brother Database, which is some sort of miracle program that can query all sorts of
mini-databases. Programs with config files, address books inside other programs, and so on. I'm
using it to query the OS X Address Book from inside mutt.
Add the Little Brother Database, which is some sort of miracle program that can query all sorts of
mini-databases. Programs with config files, address books inside other programs, and so on. I'm
using it to query the OS X Address Book from inside mutt.
-
r91
(Add GNU aspell 0.60.6, a spell checking utility (need this f...) committed by david.l.cantrell
- Add GNU aspell 0.60.6, a spell checking utility (need this for mutt).
Add GNU aspell 0.60.6, a spell checking utility (need this for mutt).
-
r90
(Add the view_attachment script, which handles using the open...) committed by david.l.cantrell
- Add the view_attachment script, which handles using the open(1) command to open an attachment with
the correct MacOS X graphical program.
Add the view_attachment script, which handles using the open(1) command to open an attachment with
the correct MacOS X graphical program.
-
r89
(Add a MacOS X Universal binary image file for the download p...) committed by david.l.cantrell
- Add a MacOS X Universal binary image file for the download page. All packages are built as
universal binaries.
Add a MacOS X Universal binary image file for the download page. All packages are built as
universal binaries.
-
r88
(Add links-1.00, a text mode web browser with reasonable supp...) committed by david.l.cantrell
- Add links-1.00, a text mode web browser with reasonable support for tables. This is used in mutt to
convert HTML email messages to text for viewing. There are a handful of text mode email clients and
'links' is the smallest and easiest to compile on MacOS X.
Add links-1.00, a text mode web browser with reasonable support for tables. This is used in mutt to
convert HTML email messages to text for viewing. There are a handful of text mode email clients and
'links' is the smallest and easiest to compile on MacOS X.
-
r87
(Do not show the SHA-1 digest for the brew package.
) committed by david.l.cantrell
- Do not show the SHA-1 digest for the brew package.
Do not show the SHA-1 digest for the brew package.
-
r86
(Do not try to unpack .txt or .patch files.
) committed by david.l.cantrell
- Do not try to unpack .txt or .patch files.
Do not try to unpack .txt or .patch files.
-
r85
(Add mutt-1.5.18, a text mode mail client. This build has IM...) committed by david.l.cantrell
- Add mutt-1.5.18, a text mode mail client. This build has IMAP and POP3 support enabled, SMTP, SSL,
header caching, and other settings that seemed to be able to compile without any problems (which of
these I'll use, I don't know). I also added the popular mutt sidebar patch, which gives a left hand
panel of configurable width that shows your mailbox folders similar to a display in Thunderbird or
something. The sidebar also shows how many messages are in each folder and how many are unread.
Add mutt-1.5.18, a text mode mail client. This build has IMAP and POP3 support enabled, SMTP, SSL,
header caching, and other settings that seemed to be able to compile without any problems (which of
these I'll use, I don't know). I also added the popular mutt sidebar patch, which gives a left hand
panel of configurable width that shows your mailbox folders similar to a display in Thunderbird or
something. The sidebar also shows how many messages are in each folder and how many are unread.
-
r84
(Add cyrus-sasl, which is the Cyrus implementation of SASL (S...) committed by david.l.cantrell
- Add cyrus-sasl, which is the Cyrus implementation of SASL (Simple Authentication Security Layer),
which is required for SMTP authentication support in mutt.
Add cyrus-sasl, which is the Cyrus implementation of SASL (Simple Authentication Security Layer),
which is required for SMTP authentication support in mutt.
-
r83
(Add gdbm-1.8.3, the GNU database library (use this instead o...) committed by david.l.cantrell
- Add gdbm-1.8.3, the GNU database library (use this instead of BerzerkelyDB). This is at least
required to use local IMAP header caching in mutt.
Add gdbm-1.8.3, the GNU database library (use this instead of BerzerkelyDB). This is at least
required to use local IMAP header caching in mutt.
-
r82
(Started a scripts/ subdirectory containing tools I use local...) committed by david.l.cantrell
- Started a scripts/ subdirectory containing tools I use locally. Right now it's just package system
commands that I deem missing from MacOS X.
Started a scripts/ subdirectory containing tools I use locally. Right now it's just package system
commands that I deem missing from MacOS X.
-
-
-
r79
(Use '/usr/bin/python -tt' rather than '/usr/bin/env python' ...) committed by david.l.cantrell
- Use '/usr/bin/python -tt' rather than '/usr/bin/env python' for the shabang.
Use '/usr/bin/python -tt' rather than '/usr/bin/env python' for the shabang.
-
-
r77
(Ignore brew when publishing.
) committed by david.l.cantrell
- Ignore brew when publishing.
Ignore brew when publishing.
-
r76
(Update how the pkgutil --forget command works.
) committed by david.l.cantrell
- Update how the pkgutil --forget command works.
Update how the pkgutil --forget command works.
-
-
-
-
r72
(Define the chgrp command.
) committed by david.l.cantrell
- Define the chgrp command.
Define the chgrp command.
-
r71
(Change example ssh-keygen command to specify rsa type and 20...) committed by david.l.cantrell
- Change example ssh-keygen command to specify rsa type and 2048 bits.
Change example ssh-keygen command to specify rsa type and 2048 bits.
-
r70
(Make sure the admin group owns /private/var/local.
) committed by david.l.cantrell
- Make sure the admin group owns /private/var/local.
Make sure the admin group owns /private/var/local.
-
r69
(Tell users to add themselves to the admin group, not the whe...) committed by david.l.cantrell
- Tell users to add themselves to the admin group, not the wheel group.
Tell users to add themselves to the admin group, not the wheel group.
-
r68
(List SHA-1 digests of the downloadable files, spruce up the ...) committed by david.l.cantrell
- List SHA-1 digests of the downloadable files, spruce up the index.html page in general.
List SHA-1 digests of the downloadable files, spruce up the index.html page in general.
-
r67
(Run gawk to generate the krb5defines.h file for python-krbV....) committed by david.l.cantrell
- Run gawk to generate the krb5defines.h file for python-krbV. The awk provided with MacOS X is not
capable of running gendefines.awk. We need krb5defines.h to get all of the constants in the krbV
Python module.
Run gawk to generate the krb5defines.h file for python-krbV. The awk provided with MacOS X is not
capable of running gendefines.awk. We need krb5defines.h to get all of the constants in the krbV
Python module.
-
r66
(Define grep, otool, and sed commands. In the package target...) committed by david.l.cantrell
- Define grep, otool, and sed commands. In the package target, use $(WORK)/Resources if it exists,
otherwise fall back on $(CWD)/Resources. The idea here is that during the build process, you can
copy Resources in to $(WORK) and supplement it or change something variable and then the packaging
process will pick that up. See the rpm package for an example.
Define grep, otool, and sed commands. In the package target, use $(WORK)/Resources if it exists,
otherwise fall back on $(CWD)/Resources. The idea here is that during the build process, you can
copy Resources in to $(WORK) and supplement it or change something variable and then the packaging
process will pick that up. See the rpm package for an example.
-
r65
(Converted rpm to the new package making format.
) committed by david.l.cantrell
- Converted rpm to the new package making format.
Converted rpm to the new package making format.
-
r64
(Make sure beecrypt libraries are built as universal binaries...) committed by david.l.cantrell
- Make sure beecrypt libraries are built as universal binaries and not just i386.
Make sure beecrypt libraries are built as universal binaries and not just i386.
-
|