# New ports collection makefile for: jlex # Date created: 1 June 1999 # Whom: jake@checker.org # # $FreeBSD$ # PORTNAME= jlex PORTVERSION= 1.2.3 CATEGORIES= java MASTER_SITES= http://www.cs.princeton.edu/~appel/modern/java/JLex/Archive/1.2.3/ DISTNAME= Main EXTRACT_SUFX= .java EXTRACT_ONLY= # MAINTAINER= jake@checker.org BUILD_DEPENDS= ${LOCALBASE}/${JAVADIR}/bin/java:${PORTSDIR}/java/jdk11 JAVADIR= jdk1.1.8 JAVAC= ${LOCALBASE}/${JAVADIR}/bin/javac NO_WRKSUBDIR= yes PLIST_SUB= JAVADIR=${JAVADIR} do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/Main.java ${WRKDIR} do-build: @${JAVAC} ${WRKDIR}/Main.java do-install: @${MKDIR} ${PREFIX}/${JAVADIR}/jlex @${INSTALL_SCRIPT} ${WRKDIR}/*.class ${PREFIX}/${JAVADIR}/jlex post-install: @${CAT} ${PKGMESSAGE} | ${SED} -e s:/usr/local:${PREFIX}: -e s:jdk1.1.8:${JAVADIR}: .include /head>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Add qmail-custom-error, a new patch for qmail-ldap port, off by default. Itgarga2008-11-262-0/+16
* - Fix a bug detected on spamcontrol patch. This but is in qmail-smtpd.c, whengarga2008-10-021-0/+2
* - Add a warning on pkg-install about rc.d/qmail.sh symlink and show to usergarga2008-08-192-1/+7
* - Fix pkg-install to create initial aliases correctly, broken when was rewrittengarga2008-03-312-2/+4
* - Fix qmail-tls to accept connections if control/tlsserverciphers doesn'tgarga2008-03-091-9/+11
* - Fix pkg-install's user detectiongarga2008-01-251-1/+1
* - Convert pkg-install from csh to sh, since it's the default on portsgarga2008-01-222-113/+82
* - Fix segfault on 64-bit platforms on qmail-spamcontrol like was made ongarga2008-01-151-2/+1
* - Fix a segfault on amd64 (except on qmail-spamcontrol and qmail-ldap) [1]garga2007-12-274-1/+83
* - qmail license has changed to public domain, so, remove RESTRICTEDgarga2007-12-121-2/+0
* - Add SMTPEXTFORK patch to qmail-ldapgarga2007-09-062-38/+58
* Revert last commit that added a rnCG example file, the script was totally outgarga2007-08-313-87/+0
* - Add a rcNG startup script to ${PREFIX}/bootgarga2007-07-283-0/+87
* - Update smtpextfork patch for qmail-spamcontrol:garga2007-06-022-6/+11
* - Update spamcontrol to 2.4.18garga2007-05-252-8/+9
* Add a simple but very functional native feature of qmail, the use of QUEUE_EXTRAgarga2007-02-111-0/+8
* Add smtpextfork patch to qmail-spamcontrol.garga2007-02-062-8/+28
* Update spamcontrol to 2417garga2007-02-021-3/+3
* - RBL2SMTPD patch was not logging URL referencegarga2007-02-011-8/+17
* Fix WITH / WITHOUT OPTIONS checkgarga2006-09-081-2/+2
* RESTRICTED is intended instead of NO_PACKAGEkris2006-09-031-1/+1
* Fix DISTFILES entry to ext_todo that is killing SPF patch on spamcontrolgarga2006-08-151-1/+1
* Permit big_todo and ext_todo be applied togethergarga2006-08-122-8/+14
* Register CONFLICTS between qmail master and all slave portsgarga2006-08-101-1/+2
* Prevent BIG_TODO and EXT_TODO patches to be installed together, they cannotgarga2006-08-101-0/+8
* Fix outgoingip.patch-spamcontrol MASTER_SITE_SUBDIRgarga2006-08-041-1/+1
* Remove old PORT_NOTES and PORT_NOTES_FreeBSD_40-RELEASE, they are not so usefulgarga2006-08-043-188/+1
* Add OUTGOINGIP patch to qmail-spamcontrol and qmail-tls slaveportsgarga2006-08-022-1/+11
* - Change spamcontrol's spf patch to log when deny an emailgarga2006-07-294-202/+20
* Fix auth patch for qmail-tlsgarga2006-07-281-1/+1
* Add SPF checker to qmail-spamcontrol portgarga2006-07-282-9/+25
* Add ext_todo patch, and external high performance todo manager.garga2006-07-283-1/+48
* Back out last commit and remove DomainKeys support. I'm going to add it as agarga2006-07-193-61/+14
* Add DomainKeys implementation to qmail-spamcontrol and qmail-mysqlgarga2006-07-183-14/+61
* Add dns patch to read answers > 512 bytes to qmail-spamcontrolgarga2006-07-181-1/+1
* Add maildirquota++.patch support for qmail-spamcontrolgarga2006-07-181-1/+5
* Add big-concurrency patch to qmail-spamcontrolgarga2006-07-171-2/+5
* Make localtime-date-patch available for qmail-spamcontrol and qmail-ldapgarga2006-07-051-4/+2
* - Update to spamcontrol 2.4.15:garga2006-07-012-7/+7
* Adapt qmail-smtpd to work fine with new rblsmtpd functionality, checking envvargarga2006-06-092-1/+53
* Add qmail-mfrules.8, forgotten when i updated qmail-spamcontrol to 2414garga2006-06-091-1/+1
* - Update qmail-spamcontrol to 2.4.14, finally with STARTTLS supportgarga2006-05-293-39/+10
* Fix MASTER_SITES for spf patchgarga2006-05-131-1/+1
* Update qmail-mysql to 1.1.15garga2006-04-031-3/+3
* More cleanups on Makefile, mostly related with DOCS installgarga2006-03-251-47/+40
* - Use PORTDOCS facility and clean a bit Makefile and pkg-plistgarga2006-03-242-93/+17
* Update qmail-ldap to 20060201garga2006-03-051-3/+3
* - Add qmail-smtpd-auth-0.31.tar.gz to my area on MASTER_SITE_LOCAL, filegarga2006-02-131-2/+4
* Add TARPIT patch by Chris Johnson <dcj-qmaildoc@palomine.net>garga2006-02-092-0/+12
* - Add SPF patch on qmail-tls slaveport [1]garga2006-02-032-64/+80
* Add qmail-smtpd-auth-close3.patch when SMTP_AUTH_PATCH is selected.garga2006-01-312-4/+10
* - One more fix for tls+auth patches, now I hope all are working fine.garga2006-01-311-4/+4
* - qmail-tls is not working fine with auth, fix it printing STATTLS alone ingarga2006-01-312-6/+9
* - Revert last commit and back to use alias user, that is the default.garga2006-01-312-4/+4
* - Fix username creation on pkg-install - s/alias/qalias/ggarga2006-01-301-2/+2
* - Fix 'all-depends-list' target in cases if dependencies list iskrion2006-01-221-12/+47
* - s/cram-md5/cram_md5/ to fix the spamcontrol option WITH_AUTHCRAMgarga2006-01-161-2/+2
* - Permit DISTFILES var be overwritted by slave portsgarga2005-12-141-1/+1
* - Use last version of qmail-tls patch that fix build problemgarga2005-12-132-11/+5
* - Remove mail/qmail-smtp_auth+tls since you can choose SMTP_AUTH_PATCH ongarga2005-12-124-88/+8
* - Add SMTP Authentication on qmail-tls slave port, after that, i'll removegarga2005-12-122-3/+99
* - Add patch to provide SMTP Authentication on main qmail port.garga2005-12-123-2/+130
* - Fix patch-install.c, like qmail-ldapgarga2005-12-101-1/+1
* - Use correct patch when try to compile qmail-smtp_auth+tls with outgoingipgarga2005-11-301-3/+5
* - Add SHA256garga2005-11-081-16/+38
* - Author of qmail-tls patch fixes last problem and create a new tarball, so,garga2005-11-012-4/+2
* - Remove redeclaration of strerror(), that was breaking the port.garga2005-10-281-0/+2
* - Update to spamcontrol-2317garga2005-10-131-2/+2
* Rodrigo Graeff <delphus@delphus.org> merged qmtpc and outgoingipgarga2005-09-272-10/+9
* - Add one more OPTION to qmail-smtp_auth+tls slave port, to apply agarga2005-09-022-0/+14
* Add qmail-vida to CONFLICTSgarga2005-08-301-0/+2
* - Add a changed version of starttls-smtp-auth patch that applies cleanlygarga2005-08-292-4/+19
* - Change PATCH_SITES var using correct labels, I forgot it on last commit.garga2005-08-261-1/+1
* - Make smtp_auth_tls fetchable againgarga2005-08-251-2/+2
* Update spamcontrol patch to 2316garga2005-07-142-4/+4
* Change MAINTAINER to my @FreeBSD.org accountgarga2005-07-121-1/+1
* - Fix RCDLINK optionnovel2005-07-052-11/+16
* Fix qmail-tls and qmail-smtp_auth+tls pkg-message.novel2005-07-042-14/+4
* - Add lots of OPTIONS.flz2005-06-281-28/+44
* Fix qmail-tls patch name to create TLS.readme.novel2005-06-171-1/+2
* - Update ldap patch to 20050401apav2005-06-074-28/+103
* - Update TLS patch to 20021228.flz2005-06-022-4/+4
* - Update mysql patch to 1.1.11.flz2005-06-021-2/+2
* Fix URL of smtp_auth+tls patch.novel2005-06-021-1/+1
* - Add SPF checker patch.flz2005-06-012-3/+21
* - Update to spamcontrol-2314sem2005-05-261-2/+2
* Make pkg-install not to create wrong file in /var/qmail/alias.novel2005-05-261-1/+1
* - Add maildirquota (Maildir++) support to qmail.sem2005-05-182-10/+52
* - Rewrite pkg-install using switch case for PRE-INSTALL and POST-INSTALLsem2005-05-173-142/+123
* - Re-add NO_PACKAGE restriction which was accidentally (?) removed in 1.59pav2005-05-111-2/+2
* - Add QMTPC patch, it closes PR ports/54002pav2005-05-112-55/+83
* - Unbreak package building: syntax errors and logical mistakes in pkg-installpav2005-05-111-26/+16
* - Transfer all work to MASTER port and make slave ports easiersem2005-05-1016-431/+631
* o Pacify a lot of portlint WARN and FATAL messagessem2005-05-067-384/+350
* Give maintainership to Renato Botelho <freebsd@galle.com.br> wholioux2005-04-101-1/+1
* - Allow MAINTAINER override in slave port(s)sergei2005-03-121-1/+1
* - Allow addition to MASTER_SITES by slave ports - in preparationsergei2005-03-121-1/+1
* o Allow slave ports to:lioux2005-03-081-5/+5
* Add a WITH_PRESERVE_CONFIG_FILES knob which stops qmail from runninglioux2004-06-241-0/+6
* Chase outgoingip.patch checksum change: just a cosmetic change,lioux2004-04-091-2/+2
* Fix typo in qmail-smtp_auth+tls patch sizelioux2004-03-221-1/+1
* o Add checksum for soon to be added qmail-smtp_auth+tls patch slavelioux2004-03-122-4/+4
* o Add both hoststat and purgestat entries for qmail's mailer.conflioux2004-03-102-5/+7
* USE_SIZEifylioux2004-02-082-0/+12
* 1) PORTREVISION bump due to [3] and [4]lioux2003-12-113-2/+21
* Define USE_PERL5_BUILD, not erroneous USE_PERL.trevor2003-11-201-1/+1
* Define USE_PERL to make Perl available for (mostly deprecated)trevor2003-11-201-0/+1
* shorten COMMENT and remove CAPS.arved2003-08-111-1/+1
* Add WITH_OUTGOINGIP_PATCH (outgoingip.patch) option: allow settinglioux2003-03-052-1/+13
* De-pkg-commentlioux2003-02-242-1/+1
* Sanitize MASTER_SITESlioux2003-02-071-2/+0
* Update to current standards for rc.conf(5) file: disable sendmaillioux2003-01-271-3/+3
* Style fix: replace the 8 for the 7 bits quote characterlioux2003-01-271-4/+4
* Sanitize MASTER_SITESlioux2002-11-261-4/+0
* Remove repeated entry in MASTER_SITESlioux2002-09-231-1/+0
* Sanitize MASTER_SITESlioux2002-09-201-7/+0
* Update to qmail-ldap patch version 20020901lioux2002-09-201-1/+1
* Update qmail-tls patch to 1.03.20020825lioux2002-09-201-1/+1