Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-01-05 | Initial import of cdrtools-2.01, replacing sysutils/cdrecord. | wiz | 20 | -0/+538 | |
Cdrecord allows you to burn CDs with a CD-R/CD-RW recorder. It works as a burn engine for several applications. Cdrecord supports CD recorders from many different vendors; all SCSI-3/mmc and ATAPI/mmc compliant drives should also work. Supported features include: IDE/ATAPI, parallel-port, and SCSI drives; audio CDs, data CDs, and mixed CDs; full multi-session support, CD-RWs (rewritable), TAO, DAO, and human-readable error messages. This package also provides tools for retrieving audio tracks, reading and writing CDs, creating ISO9660/JOLIET/HFS filesystems, and verifying ISO9660 images. | |||||
2006-01-05 | _BSD_SOURCE should go as well, according to wiz@. | joerg | 2 | -5/+5 | |
2006-01-05 | Fix build. Remove BROKEN_IN line. | wiz | 3 | -4/+17 | |
Patch from Sergey Svishchev in PR 32455. | |||||
2006-01-05 | Revert unintended part of last commit. | joerg | 2 | -5/+3 | |
2006-01-05 | Adjust comment about SUBST_FILES to match reality: | joerg | 3 | -5/+7 | |
absolute file names work as well. | |||||
2006-01-05 | Fix DEPENDS line. | wiz | 1 | -2/+2 | |
2006-01-05 | Use SUBST framework. XXX Was the sed on Gallery.pm supposed to | joerg | 1 | -9/+11 | |
change anything? | |||||
2006-01-05 | Use SUBST framework. | joerg | 1 | -8/+10 | |
2006-01-05 | Use SUBST framework instead of manual sedding. | joerg | 1 | -7/+10 | |
2006-01-05 | Fix a bug which caused the README.html generation to fail when the packages | dmcmahill | 2 | -10/+26 | |
directory did not exist. Now the generation completes with a warning that no binary packages were found. Reported in PR pkg/32351. | |||||
2006-01-05 | Use SUBST framework. | joerg | 2 | -15/+14 | |
2006-01-05 | Use SUBST framework. | joerg | 1 | -8/+9 | |
2006-01-05 | Use SUBST framework, patch files directly. | joerg | 8 | -55/+39 | |
2006-01-05 | Use SUBST framework for the path patching as well. | joerg | 1 | -8/+7 | |
2006-01-05 | Add DragonFly support. Fix a C++ issue by dropping the default value | joerg | 6 | -2/+94 | |
for the vector resize, it is not really needed. | |||||
2006-01-05 | Only @PREFIX@ is used. | joerg | 1 | -2/+1 | |
2006-01-05 | Needs pkg-config to build. | salo | 1 | -2/+2 | |
2006-01-05 | xfstt's FAQ had unexpanded path names, revision bumped. | joerg | 1 | -1/+2 | |
2006-01-05 | Use the SUBST framework on the right files. FAQ now has the correct | joerg | 1 | -11/+7 | |
entries. Bump revision due to this. | |||||
2006-01-05 | Add DragonFly support. | joerg | 7 | -16/+151 | |
2006-01-05 | Replace usage of FILES_SUBST_SED. | joerg | 1 | -3/+11 | |
2006-01-05 | Use SUBST instead of FILES_SUBST_SED. | joerg | 1 | -5/+5 | |
2006-01-05 | Apply my logging patch until kim updates his package. | christos | 3 | -2/+37 | |
2006-01-05 | Regenerate patch, DragonFly's patch doesn't like it. | joerg | 1 | -20/+16 | |
2006-01-05 | Fix GCC 3.4: prototype and implementation mismatch. | joerg | 1 | -0/+13 | |
2006-01-05 | Fix errno. | joerg | 3 | -1/+35 | |
2006-01-05 | Updated www/kazehakase to 0.3.3. | reed | 1 | -1/+2 | |
2006-01-05 | note addition of ffproxy-1.6 | garbled | 1 | -2/+3 | |
Also joerg's previous entry read with a username of root. Changed to "joerg" | |||||
2006-01-05 | Add ffproxy | garbled | 1 | -1/+2 | |
2006-01-05 | Add new pkg noted in PR pkg/28824 www/ffproxy. Minor changes by myself | garbled | 5 | -0/+66 | |
from submitted version. (submitted by Niklas Olmes) ffproxy is a filtering HTTP/HTTPS proxy server. It is able to filter by host, URL, and header. Custom header entries can be filtered and added. | |||||
2006-01-05 | Add some missing files from last commit. Fixes DragonFly support. | joerg | 2 | -0/+27 | |
2006-01-05 | DragonFly support. | joerg | 2 | -7/+26 | |
2006-01-05 | Fix compilation with OpenSSL 0.9.8. | joerg | 2 | -1/+18 | |
2006-01-05 | x11/xview-lib hopefully works now, before it was incomplete on DrgonFly. | joerg | 1 | -1/+2 | |
Revision bumped. | |||||
2006-01-05 | Use EXTRA_LDOPTIONS to get ${PREFIX}/lib in rpath, didn't work on | joerg | 5 | -10/+59 | |
DragonFly otherwise. Fix some K&R vs. ISO C prototype issues. | |||||
2006-01-05 | Define BUILD_USES_MSGFMT and USE_MSGFMT_PLURALS, rather than requiring | gdt | 1 | -9/+5 | |
a specific version of gettext. Thanks to jmmv@ for suggestions. | |||||
2006-01-05 | First try on fixing xview. Fix errno. Add DragonFly support. | joerg | 35 | -119/+952 | |
Use NAME_MAX when available. Don't try to fake a FILE on DragonFly. The implementation of textsw_scanf can be improved, it is very defensively and slow ATM, the snprintf usage should be portable. Fix a number of prototype mismatches, e.g. variable argument functions can conflict with K&R prototypes. Bump revision since the package "compiled" before, e.g. build errors where ignored. | |||||
2006-01-05 | spiff up comments about gettext. | gdt | 1 | -4/+6 | |
change gettext to BUILD_DEPENDS | |||||
2006-01-05 | Remove GNU Autoconf's configure.lineno file if it's there. | xtraeme | 1 | -1/+5 | |
2006-01-05 | Add DragonFly support. | joerg | 3 | -4/+18 | |
2006-01-05 | Move the PKGCONFIG_OVERRIDE lines after USE_TOOLS, GNU_CONFIGURE, etc. | xtraeme | 1 | -6/+8 | |
2006-01-05 | Regenerate patch like it (hopefully) was intended. | joerg | 2 | -9/+10 | |
2006-01-05 | Updated pkgtools/url2pkg to 1.32 | xtraeme | 1 | -1/+2 | |
2006-01-05 | Update to 1.32: | xtraeme | 2 | -4/+8 | |
* Don't use ${WRKSRC} for PKGCONFIG_OVERRIDE (it's assigned automatically) * If there are pkg-config files, now it will add "USE_TOOLS+= pkg-config". | |||||
2006-01-05 | Fix template referening for GCC 3.4+. | joerg | 2 | -5/+51 | |
2006-01-05 | Change script installation back into ${PREFIX}/bin for common usage, | rxg | 2 | -5/+5 | |
${PREFIX}/sbin is used by ROX-Session for generated script. Bump PKGREVISION. | |||||
2006-01-05 | Remove duplicate entry from dependency list. | hira | 2 | -11/+12 | |
2006-01-05 | Use PTHREAD_* instead of hard-wired -lpthread, esp. when testing for | joerg | 3 | -8/+50 | |
libgadu. Let errno.h provide errno in libgsm. | |||||
2006-01-05 | Always link the thread library explicitly when linking against qt-mt, | joerg | 4 | -9/+10 | |
needed on DragonFly and FreeBSD 4, not hurting on other platforms. Add DragonFly to the BSD enumeration. | |||||
2006-01-05 | Depend on devel/gettext, since 0.10.35 is too old to build the catalogs. | gdt | 3 | -6/+11 | |
Fix typo in patch. PKGREVISION++ |